Einhugur macOS Bridge plugin.

NSMutableArray.Operator_Subscript Method

Sets value at given index in the array.

Operator_Subscript(
   index as Integer,
   assigns value as EinhugurCoreBridge.NSObject)

Parameters

index
The index to set (zero based).
value (assign parameter)
The value to be set.

Remarks

See Also

NSMutableArray Class